Skip to content

Conversation

MLsound
Copy link

@MLsound MLsound commented Sep 1, 2025

This pull request refactors and cleans up the project's audio assets. The primary goals were to reduce the project size, improve file organization, and streamline the code that accesses these assets.

What was done?

This change addresses the issue by consolidating all audio assets into a single, dedicated directory and removing duplicates. Specifically, the following changes were made:

  • Deduplication: Identified and removed 25 repeated .wav files, reducing the project size by 54.68 MB.
  • File Organization: All remaining audio files are now located in a single, dedicated directory: audio_resources/.
  • Code Refactoring: The file-finding logic was updated to search the new audio_resources/ folder, ensuring all assets are correctly loaded.
  • Directory Cleanup: Removed previously-used, now-empty audio/ folders from child directories to maintain a clean file structure.

This change consolidates all audio assets into a single directory, removes duplicates, and updates the code to reflect the new structure.

The following changes were made to the file system and codebase:
- Deduplication: Identified and removed 25 repeated .wav files, resulting in a significant reduction of 54.68 MB.
- File Organization: All audio files are now located in a single, dedicated directory: 'audio_resources'.
- Code Refactoring: The file-finding logic was updated to search the new 'audio_resources' folder, ensuring all assets are correctly loaded.
- Directory Cleanup: Removed previously-used, now-empty 'audio/' folders from child directories to maintain a clean file structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant